home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / os2 / mnicon.zip / MNICON.DOC < prev    next >
Text File  |  1993-02-21  |  2KB  |  69 lines

  1. MNIcon - enhanced icon class for the Workplace Shell (release 1.0: 02/21/93)
  2.  
  3. "MNIcon" class is a replacement for the default "WPIcon" class.  It adds the 
  4. 'drag & drop' functionality to the icon class so that, to set the icon of an 
  5. object, you can simply drag and drop it on an icon file (*.ICO).
  6.  
  7. (Should this reach IBM: please include this kind of feature in OS/2 2.1 !)
  8.  
  9. The archive contains the following files:
  10.  
  11.     MNIcon.doc  this file
  12.     MNIcon.c    class source
  13.     MNIcon.csc  SOM class definition
  14.     MNIcon.dll  class dll
  15.     install.cmd installation script
  16.  
  17. This program is a freeware; I hope this tiny gadget will make the already great
  18. Workplace Shell even easier and more fun to use.
  19.  
  20.  
  21. 1.  Installation
  22.  
  23.     1) copy MNIcon.dll to a directory listed in your LIBPATH (e.g.,
  24.     C:\OS2\DLL);
  25.  
  26.     2) execute "install.cmd" script.
  27.  
  28.  
  29. 2.  Usage
  30.  
  31.     To set the icon of an (non-icon) object to the icon of a *.ICO file,
  32.  
  33.         1) open a view of the folder containing the *.ICO file so that you can
  34.         see the icon;
  35.  
  36.         2) drag the object and drop it on the icon of the *.ICO file.
  37.  
  38.     You can drop multiple objects on an icon.
  39.  
  40.     You cannot drop a *.ICO icon file object on another *.ICO icon file object.
  41.  
  42.  
  43. 3.  Compilation
  44.  
  45.     This program is compiled with IBM C Set/2 (with ToolKit).  To re-build,
  46.     type "nmake -f MNIcon.mak".
  47.  
  48.  
  49. 3.  Note
  50.  
  51.     This program has been tested on OS/2 2.0 with Service Pack.
  52.     Although the program seems working so far, please use it at your own risk.
  53.  
  54.  
  55.  
  56. Makoto Nagata
  57.  
  58. 555 California Street 13th floor #5887
  59. San Francisco, CA 94104
  60. (415) 622-0389
  61.  
  62. P.S.  I don't have my own account, but my colleagues will forward e-mails to me
  63. at the following accounts:
  64.  
  65.     CompuServe: 72370,2000 (Jim Pearson)
  66.     usenet: axilleas@playfair.stanford.edu (Achilles Venetoulias)
  67.  
  68. Please mention my name in the subject line.
  69.